home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / typegame / readme.bat < prev    next >
DOS Batch File  |  1992-12-29  |  727b  |  18 lines

  1. echo off
  2. cls
  3. echo ──────────────────────────────────────────────────────────────────────
  4. echo To print the documentation on this disk, use the command
  5. echo  
  6. echo PRINTDOC filename.doc
  7. echo    
  8. echo For example, to print the file PROGRAM.DOC, you would enter
  9. echo    
  10. echo PRINTDOC PROGRAM.DOC
  11. echo                                                     
  12. echo The "DOC" files on this disk are:
  13. echo ──────────────────────────────────────────────────────────────────────  
  14. DIR *.DOC
  15. echo ──────────────────────────────────────────────────────────────────────  
  16. echo Now enter the appropriate PRINTDOC command to print the documentation
  17. echo ──────────────────────────────────────────────────────────────────────  
  18.